home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: nntp.coast.net!torn!info!body2872
- From: body2872@mach1.wlu.ca (robert body 9308 u)
- Subject: visual c++: #undef
- X-Newsreader: TIN [version 1.1 PL6]
- Message-ID: <DMsrJE.7GI@info.uucp>
- Nntp-Posting-Host: mach1.wlu.ca
- Sender: news@info.uucp (news management)
- Organization: Wilfrid Laurier University
- Date: Thu, 15 Feb 1996 03:11:37 GMT
-
-
- my #undefs cause Visual C++ (2.2) to give warnings, yet it fine in
- Borland C++
-
-
- i use it inside the function with first
- #define LA
- ..code
- #undef LA
-
- or with #define and #undef between functions, and i always the warning
- that
- "unexpected characters following #undef; newline expected"
- but there are no unexpected characters there, just
- eg. #undef ROWCOL(i)
-
-
- --
- body2872@mach1.wlu.ca
-